projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d12be
)
Print dialog: Fix printer icons in HighContrast
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Mar 2015 02:05:37 +0000
(22:05 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Mar 2015 02:05:37 +0000
(22:05 -0400)
We need to make the cell renderer follow the state,
for recoloring to work.
gtk/ui/gtkprintunixdialog.ui
patch
|
blob
|
history
diff --git
a/gtk/ui/gtkprintunixdialog.ui
b/gtk/ui/gtkprintunixdialog.ui
index fc59750b6c3709b0176dc697c7b965ae46695d0d..abd0bdcd33436918cc54247eb9ee09c00ef47419 100644
(file)
--- a/
gtk/ui/gtkprintunixdialog.ui
+++ b/
gtk/ui/gtkprintunixdialog.ui
@@
-112,7
+112,9
@@
<child>
<object class="GtkTreeViewColumn" id="printer_icon_column">
<child>
- <object class="GtkCellRendererPixbuf" id="printer_icon_renderer"/>
+ <object class="GtkCellRendererPixbuf" id="printer_icon_renderer">
+ <property name="follow-state">True</property>
+ </object>
<attributes>
<attribute name="gicon">0</attribute>
</attributes>